'Declaration Public Overloads Shared Function CreateCustom(Of T As ICustomEffect)( _ ByVal deviceContext As DeviceContext _ ) As Effect
public static Effect CreateCustom<T>( DeviceContext deviceContext ) where T: ICustomEffect
Parameters
- deviceContext
- The device context.
Type Parameters
- T